Uses of Class
edu.uky.ai.ml.nn.Example
| Package | Description |
|---|---|
| edu.uky.ai.ml.nn |
Contains classes for representing simple feed-forward neural networks whose
neurons use the sigmoid activation function.
|
-
Uses of Example in edu.uky.ai.ml.nn
Methods in edu.uky.ai.ml.nn that return types with arguments of type Example Modifier and Type Method Description java.util.Iterator<Example>Database. iterator()